Uses of Class
montecarlo.Game

Packages that use Game
montecarlo Contains Main and its associated helper classes used to generate the Monte Carlo results in Bajari, Hong, and Ryan (2009). 
 

Uses of Game in montecarlo
 

Method parameters in montecarlo with type arguments of type Game
 Jama.Matrix Game.getMoments(double[] x, java.util.ArrayList<Game> importanceGamesList)
          Return GMM moments, as defined by matching the empirical frequency of an outcome to the probability predicted by the model.
 void Game.updateMoments(Jama.Matrix moments, double[] x, java.util.ArrayList<Game> importanceGamesList)
          Method to update moment vector, starting with an extant moment vector and adding to it.